|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An annotation access provides access to information that is not available via the
API of Annotation
. Clients usually implement this interface.
Annotation
Method Summary | |
Object |
getType(Annotation annotation)
Deprecated. use Annotation.getType() |
boolean |
isMultiLine(Annotation annotation)
Deprecated. assumed to always return true |
boolean |
isTemporary(Annotation annotation)
Deprecated. use Annotation.isPersistent() |
Method Detail |
public Object getType(Annotation annotation)
Annotation.getType()
annotation
- the annotation
null
if it has none.public boolean isMultiLine(Annotation annotation)
true
annotation
- the annotation
true
if the annotation spans multiple lines,
false
otherwisepublic boolean isTemporary(Annotation annotation)
Annotation.isPersistent()
annotation
- the annotation
true
if the annotation is temporary,
false
otherwise
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |